Method: Redis::Distributed#[]

Defined in:
lib/redis/distributed.rb

#[](key) ⇒ Object


410
411
412
# File 'lib/redis/distributed.rb', line 410

def [](key)
  get(key)
end